home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Ant Movie Catalog 3.5.0.2 / amc_install.exe / {app} / Languages / Polish.chm / main.css < prev    next >
Cascading Style Sheet File  |  2005-04-19  |  1KB  |  87 lines

  1. img
  2. {
  3.   border: none;
  4.   vertical-align: text-bottom;
  5.   color: #FFFFFF;
  6. }
  7.  
  8. p,ul,ol,li,dl,dt,dd,td
  9. {
  10.   font-size: 8pt;
  11.   font-family: Verdana, Arial, Helvetica, sans-serif;
  12.   color: black;
  13.   background: white;
  14. }
  15.  
  16. p.centered
  17. {
  18.   text-align: center;
  19. }
  20.  
  21. p.version
  22. {
  23.   font-style: italic;
  24.   text-align: center;
  25. }
  26.  
  27. p.subtitle
  28. {
  29.   font-weight: bold;
  30.   font-style: italic;
  31.   text-decoration:underline;
  32. }
  33.  
  34. p.title
  35. {
  36.   font-size: 14pt;
  37.   font-style: italic;
  38.   text-align: center;
  39. }
  40.  
  41. code, pre
  42. {
  43.   font-size: 9pt;
  44.   font-family: Courier New, Courrier;
  45.   color: black;
  46.   background: #EEEEEE;
  47. }
  48.  
  49. hr
  50. {
  51.   border-color: black;
  52.   border-style: solid;
  53. }
  54.  
  55. a:link, a:visited
  56. {
  57.   color: #003399;
  58.   background: white;
  59. /*  text-decoration: none;*/
  60. }
  61.  
  62. a:hover, a:active
  63. {
  64.   color: #CC0000;
  65.   background: white;
  66. /*  text-decoration: none;*/
  67. }
  68.  
  69. ul#versions
  70. {
  71.   list-style-type: none;
  72.   margin-left: 0px;
  73.   font-weight: bold;
  74. }
  75.  
  76. ul#versions ul
  77. {
  78.   list-style-type: disc;
  79.   margin-left: 25px;
  80.   font-weight: normal;
  81. }
  82.  
  83. ul#options, ul#options ul
  84. {
  85.   list-style-type: disc;
  86. }
  87.